home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-12-24 | 4.5 KB | 109 lines |
- ; Sample Installation Configuration File
- ; for Eigus Install Copyright (c) 1994 by Andrew Eigus Fidonet: 2:5100/33
-
- ;------------------------------------------------------------------------------
- [Installation] ; Installation section
- WindowsVersion=3.0 ; Supported Windows version number
- Description=Eigus Install 3.01 beta ; Product description
- WindowTitle=Eigus Install 3.01 beta Setup ; Window title
- Name=Eigus Install 3.01 beta ; Product name
- IconFile= ; Product icon file
- Size=200000 ; Size that this product occupies
- Disks=1 ; Number of disks this product installation is
- ; on
- BeepWarning=No ; Yes|1|True|On = Beep when prompted to insert
- ; a next disk
- ;GroupName= ; Group name to create in Program Manager. If
- ; uncommented, no group will be created
- ;GroupFile= ; Group file (.GRP). If uncommented, no group
- ; file will be created
- ReadmeFile=readme.doc ; Readme file which is displayed after
- ; successful installation of your software
- RunSpecial= ; Lets you to run a specified application after
- ; the main installation process is over
-
- ;------------------------------------------------------------------------------
- [Directories] ; Directories section
- Main=C:\EIGINST ; Product main default directory name
- Additional=0 ; Number of additional directories
- ; ADirNNN=DName, DKeyword, DSection, DDescr, DIniFile
- ; NNN: number of additional directory
- ; DName: Directory name (like: C:\TEMP)
- ; DKeyword: Directory keyword name in the user
- ; INI file
- ; DSection: Directory section name in the user
- ; INI file
- ; DDescr: Directory description text to show
- ; in the Settings dialog box
- ; DIniFile: User INI file name
-
- ; Example on additional directory:
- ;ADir1=FONTS, FontDir, Directories, Font Directory, USER.INI
- ; In the above example, FONTS is a subdirectory, where the files with
- ; ADir1 index will be placed. After user makes changes to this field,
- ; the changed directory name is stored into the user INI file, in this
- ; example USER.INI, section [Directories], keyword FontDir.
-
- ;------------------------------------------------------------------------------
- [Build] ; Build files section
- Files=0 ; Number of files to build
- File1= ; First file to build from parts
- File1.Parts= ; Number of parts for the first file
- File1.Part1= ; First part-file for the first build file
- File1.Part2= ; Second part-file for the first build file
- ;...
-
- ; This is used to build large files from the parts. Each part stored in a
- ; separate part-file. Example:
- ;Files=1
- ;File1=BIGFILE.DAT
- ;File1.Parts=3
- ;File1.Part1=PART1.DAT
- ;File1.Part2=PART2.DAT
- ;File1.Part3=PART3.DAT
-
- ; In the above example BIGFILE.DAT is a file to build from three parts:
- ; PART1.DAT, PART2.DAT and PART3.DAT.
-
- ;------------------------------------------------------------------------------
- [Disk #1] ; Disk 1 section
- Volume=DISKDATA ; Volume for the first disk. This is either a
- ; disk volume label, or a file that exists
- ; on the first disk. Note that for first disk
- ; disk this parameter is ignored, however
- ; must be specified.
- Files=6 ; Number of files on this disk
- ; FileNNN=FName, FDescr, DIndex[, Group, FGroupDescr]
- ; NNN: number of file
- ; FName: fulle file name without path
- ; FDescr: file description
- ; DIndex: index name of destination directory.
- ; Possible indexes for destination directories:
- ; Main = main directory (see Directories
- ; section)
- ; ADirNNN = additional directory number NNN
- ; (see also Directories section)
- ; Windows = Windows directory
- ; System = Windows system directory
- ; Temp = temporary directory (specified in
- ; (your CONFIG.SYS file)
- ; Source = source INSTALL directory
- ; Group: if specified, it is assumed to include
- ; this file into a Program Manager group
- ; FGroupDescr: description for this file in
- ; the PM group
- ; Here go some examples:
- ;File1=winword.ex_, Microsoft Word program, Main, Group, Microsoft Word
- ;File2=ctl3d.dll, 3d-custom controls DLL, System
-
- ; Now, the following is used by Eigus Install to install itself:
-
- File1=install.exe, Main setup program, Main
- File2=install.ini, Configuration file, Main
- File3=ctl3d.dll, 3d-custom controls DLL, Main
- File4=lzsscomp.ex_, Compression program for Eigus Install, Main
- File5=makelist.ex_, File list generator for Eigus Install, Main
- File6=readme.do_, Notes, Main
-
- ;...
-